home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Sports
/
Quantum Axcess - Just Sports.iso
/
basedem
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-09-29
|
537b
|
18 lines
@echo off
cls
echo *****************************************
echo This will install the HARDBALL 4 demo
echo to the current directory. If you want to
echo abort this operation, press CTRL-C now.
echo *****************************************
pause
pkunzip demo.zip
del demo.zip
echo .
echo **********************************
echo To start the demo, type HB4DEMO.
echo If you have problems, type HELP.
echo Bear in mind, this demo is without
echo music or mouse support. Enjoy!
echo **********************************